Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

No description provided.

@stephen-carter-at-sf stephen-carter-at-sf marked this pull request as ready for review October 20, 2025 14:46
// or just have one running logfile, we can change this.
const logFile = path.join(logFolder, `sfca-${formatToDateTimeString(clock.now())}.log`);
// 'w' flag causes the file to be created if it doesn't already exist.
const fh = await fs.open(logFile, 'w');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we don't need this fs.open - thus also solving the file handle not closed issue.

@stephen-carter-at-sf stephen-carter-at-sf merged commit b538ebb into dev Oct 20, 2025
9 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/ToViTest branch October 20, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants